projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c76698
)
(calc-dispatch-map): Actually set to keymap.
author
Colin Walters
<walters@gnu.org>
Sun, 29 Sep 2002 14:48:27 +0000
(14:48 +0000)
committer
Colin Walters
<walters@gnu.org>
Sun, 29 Sep 2002 14:48:27 +0000
(14:48 +0000)
lisp/calc/calc.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc.el
b/lisp/calc/calc.el
index 9f8c212bb48c025e9bfa4be57516b53f1ef741cb..99d8b90dd89fdff5cb71d2f5c154949daca4adb5 100644
(file)
--- a/
lisp/calc/calc.el
+++ b/
lisp/calc/calc.el
@@
-830,8
+830,8
@@
scientific notation in calc-mode.")
( ?_ . calc-grab-sum-across )
( ?0 . calc-reset )
( ?# . calc-same-interface )
- ( ?? . calc-dispatch-help ) ))
)
-
map
)
+ ( ?? . calc-dispatch-help ) ))
+
map)
)
(autoload 'calc-extensions "calc-ext")
(autoload 'calc-need-macros "calc-macs")